home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / raw_nl1 / readme.1st < prev   
Text File  |  1996-11-11  |  2KB  |  51 lines

  1. Last change: 24.3.95
  2. Version 0.01
  3.  
  4. Proposal for a new Nodelist-Compiler   (c) St.Slabihoud
  5. =======================================================
  6.  
  7. 1.Why do we need a new nodelist compiler?
  8.  
  9.   When you use BTNC to compile an 1.2 mb nodelist you will get
  10.   an aprox. 2 mb (binary styled) nodelist file. So you need
  11.   aprox. 3.2 mb for both nodelists ;-(
  12.  
  13. 2.What do you propose?
  14.  
  15.   I propose to use an index file to access the raw (uncompiled) nodelist.
  16.  
  17. 3.How much hd space does it use?
  18.  
  19.   The index file for an 1.2 mb nodelist only needs 250 kb!
  20.  
  21. 4.Does is work with multiple nodelists?
  22.  
  23.   Yes, of course!
  24.   I have included two demonstration programs:
  25.     MKRAWIDX <nodelist1> [<nodelist2> [...]]
  26.     GETRAWNL <4d address>
  27.   
  28.   Example:
  29.   If you want to create an index file for the Fido AND NeST-Nodelist
  30.   type following:
  31.   
  32.     MKRAWIDX D:\NL\NODELIST.069 D:\NL\NEST.069
  33.  
  34.   This will create an index file called NODELIST.RDX (Raw-Index).
  35.   
  36.   To search an address type following:
  37.   
  38.     GETRAWNL 90:400/410
  39.  
  40.   Note: Searching is *NOT* very fast, because binary-search is
  41.         *NOT* yet implemented!
  42.  
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. Realname: Stephan Slabihoud                    AVALON & LED Headquarter
  45.    email: FidoNet  2:2446/110.6            BinkleyTerm-ST CoHeadquarter
  46.           AtariNet 51:601/7.6
  47.           NeST     90:400/410, 90:400/404.6
  48.           Internet slabbi@kali.rhein-ruhr.de
  49.           Internet slabih00@marvin.informatik.uni-dortmund.de
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51.